home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 43.zip / ANC 15.adf / REXX / tutorial.txed < prev    next >
Text File  |  1987-01-01  |  838b  |  25 lines

  1. /* This is the TxEd Plus tutorial startup macro, from the TxEd Plus
  2.     master diskette.  The macro will set up TxEd Plus so that the
  3.     various menu items will let you do things such as copy the
  4.     ARP programs, set up your master diskette, etc.
  5.  */
  6.  
  7. LOCK        /* We don't want any keyboard IO until we finish setup! */
  8.  
  9. MENU CLEAR    /* Get rid of the standard menus    */
  10.  
  11. 'MENU 0 A "Copy TxEd" "TXCOPY"'
  12. 'MENU 0 B "Copy ARP" "ARPCOPY"'
  13. 'MENU 0 C "TxEd Plus Demo" "RUN E STARTUP TXDEMO"'
  14. 'MENU 0 D "Show Revisions" "RUN E REVISIONS STARTUP TXREVISIONS"'
  15. 'MENU 0 Q QUIT'
  16.  
  17. 'MACRO +Z "TIMEOUT1"'
  18. 'TIMEOUT 10'
  19.  
  20. 'INSERT "Welcome to TxEd Plus!*N*N"'
  21. 'INSERT "You are running the TxEd Plus tutorial setup program, which will*N"'
  22. 'INSERT "let you choose various options for running TxEd Plus.*N*N"'
  23. 'INSERT "Please pick a selection from the PROJECT menu.*N"'
  24.  
  25.